home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 21 / DOKAN21.iso / Progs / Adam / ADAM-Boletin de noticias-Ene00.EXE / 0 / RCDATA / TFLOATINGWINDOWFORM / TFLOATINGWINDOWFORM.txt < prev   
Text File  |  2000-01-04  |  1KB  |  64 lines

  1. object FloatingWindowForm: TFloatingWindowForm
  2.   Left = 557
  3.   Top = 342
  4.   Width = 205
  5.   Height = 176
  6.   HorzScrollBar.Tracking = True
  7.   VertScrollBar.Tracking = True
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object PaintBox: TNeoBookPaintBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 21
  23.     Height = 21
  24.     OnMouseDown = PaintBoxMouseDown
  25.     OnMouseMove = PaintBoxMouseMove
  26.     OnPaint = PaintBoxPaint
  27.   end
  28.   object SizeBox: TNeoBookImage
  29.     Left = 84
  30.     Top = 56
  31.     Width = 16
  32.     Height = 16
  33.     Cursor = crSizeNWSE
  34.     AutoSize = True
  35.     Picture.Data = {<image000.bmp>}
  36.     Visible = False
  37.     OnMouseDown = SizeBoxMouseDown
  38.   end
  39.   object VScrollBar: TScrollBar
  40.     Left = 156
  41.     Top = 12
  42.     Width = 16
  43.     Height = 121
  44.     Ctl3D = False
  45.     Kind = sbVertical
  46.     ParentCtl3D = False
  47.     TabOrder = 0
  48.     Visible = False
  49.     OnScroll = ScrollBarScroll
  50.   end
  51.   object HScrollBar: TScrollBar
  52.     Left = 16
  53.     Top = 120
  54.     Width = 121
  55.     Height = 16
  56.     Ctl3D = False
  57.     ParentCtl3D = False
  58.     SmallChange = 8
  59.     TabOrder = 1
  60.     Visible = False
  61.     OnScroll = ScrollBarScroll
  62.   end
  63. end
  64.